home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / wsock1b2.zip / RELEASE.TXT < prev    next >
Text File  |  1993-07-20  |  2KB  |  40 lines

  1. NCSA Sockets for Microsoft Windows
  2. version 1.0 BETA 2
  3.  
  4.  
  5. Welcome to the second beta release of NCSA Sockets for Microsoft Windows.
  6.  
  7. NOTE:
  8. -----
  9. Our WINSOCK.DLL is NOT a complete implementation of the Microsoft WinSock API.  For
  10. this reason,  we do not call it a "WinSock".  However,  to avoid naming problems,  we
  11. have called our Dynamic Link Library "WINSOCK.DLL", as per the Microsoft specification.
  12. Do NOT take this to mean we claim it is WinSock compliant.  It is not.
  13.  
  14.  
  15. Requirements for Using WinSock:
  16. -------------------------------
  17. Network card supported with a packet driver
  18.  
  19. Send bug reports and enhancement requests to "wintel@ncsa.uiuc.edu"  and be sure to mention
  20. that you are talking about the Microsoft Windows version of Telnet, and the version number (1.0
  21. beta _2_).
  22.  
  23. The complete source code for our sockets library is available-- it is our hope that by making this
  24. code public domain that it will encourage a community development effort to produce a suite of
  25. Windows TCP/IP applications.  Please mail any enchancements or bug fixes to
  26. "wintel@ncsa.uiuc.edu" to allow us to incorporate them into future releases so that the whole
  27. MS Windows using Internet community may benefit.
  28.  
  29. -Jon Mittelhauser
  30. -Chris Wilson
  31.  
  32. History:
  33.  
  34.  1.0 beta 2-
  35.     Fixed a bug dealing with port swapping in the Sockets library.
  36.     Renamed sockets DLL to "WinSock.dll" to eliminate problems with renaming.
  37.     Sockets library is now SEPERATE from WinTel.  This was done because of the
  38.         imminent release of NCSA Mosaic for MS-Windows, which also uses WinSock.
  39.         Be sure to obtain the sockets DLL if you are using our dLL.
  40.